Eigenvectors and Eigenvalues
# Tag:
Eigenvectors and Eigenvalues
- Eigenvector: nonzero vector : , 0이라면, 를 어떻게 잡아도 성립하게 되므로 안된다.
- Eigenvalue: of
- 는 square matrix:
- Matrix - vector 곱은 보통 vector의 크기와 방향을 동시에 변화시키지만, Eigenvector의 경우에는 크기만 변화하는 경우이다. 즉, 방향은 동일하다.
- Computation에서, 연산의 횟수가 행렬곱에 비해 줄어들게 되므로 성능이 향상된다.
- 서로 다른 eigenvalue의 eigenvector에 대하여, 그 eigenvector들은 서로 Linear Independent하다.
Rewritten
: nonzero, 따라서 Col 가 linear dependent 하여야 한다. Linear Independent하다면, trivial solution 말고 해가 존재하지 않게 된다.
Null Space
Eigenspace of A corresponding to .
The set of all solutions of equation:
정확히는, 을 만족하는 set of all solutions를 null space of 라 한다.
즉, 는 row vector in 에 orthogonal 해야 한다.
Linear dependent한 행이 존재한다는 것은, trivial solution을 제외한 이를 만족시키는 해가 존재한다는 의미로, 이는 곧 eigenvector가 된다.
일때, Nul 는 Subspace of 이다.
즉, 가 성립한다.
는, Linear Independent하지 않은 row 혹은 column의 개수라고 할 수 있다.
서로 다른 eigenvalue에 해당하는 eigenvector들끼리는 Linear Independent하기 때문이다.
인 경우는 linear indendent하여, trivial solution만 존재하는 경우이다.
Characteristic equaton
To find eigenvalue:
steps
- If has nontrivial solutionm, columns of must be NonInvertible.
- If invertible, can not be nonzero vector.
- NonInvertible == linearly dependent.
solution is not unique, thus has linearly dependent columns.